From 6a46356db8b276e27d4f1538ce62040b64185ea0 Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 19 Jan 2007 16:23:53 +0000 Subject: [PATCH] Typo fix. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2626 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/csv_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/csv_util.c b/gpsbabel/csv_util.c index 9b85b005c..ceb4c5f8a 100644 --- a/gpsbabel/csv_util.c +++ b/gpsbabel/csv_util.c @@ -1011,7 +1011,7 @@ xcsv_data_read(void) /* Whack trailing space; leading space may matter if our field sep * is whitespace and we have leading whitespace. */ - buff = rtrim(buff); + rtrim(buff); /* skip over x many lines on the top for the prologue... */ if ((xcsv_file.prologue_lines) && ((linecount - 1) < -- 2.30.2